Finding ID | Version | Rule ID | IA Controls | Severity |
---|---|---|---|---|
V-4358 | GEN003200 | SV-27360r1_rule | ECLP-1 | Medium |
Description |
---|
If file permissions for cron.deny are more permissive than 0600, sensitive information could be viewed or edited by unauthorized users. |
STIG | Date |
---|---|
AIX 6.1 SECURITY TECHNICAL IMPLEMENTATION GUIDE | 2017-12-08 |
Check Text ( C-28504r1_chk ) |
---|
Check the mode of the cron.deny file. # ls -lL /var/adm/cron/cron.deny If the cron.deny file is more permissive than 0600, this is a finding. |
Fix Text (F-24606r1_fix) |
---|
Change the mode of the cron.deny file. # chmod 0600 /var/adm/cron/cron.deny |